Skip to content

Serve docs as pure static files under /docs - #11

Merged
nmndwivedi merged 1 commit into
mainfrom
fix/docs-static-serve
Aug 2, 2026
Merged

Serve docs as pure static files under /docs#11
nmndwivedi merged 1 commit into
mainfrom
fix/docs-static-serve

Conversation

@nmndwivedi

Copy link
Copy Markdown
Collaborator

Vercel's Next framework layer intercepts /docs/_next/* before user rewrites, so assets 404'd and pages rendered unstyled. Copy the static export into .static/docs and serve it without framework routing.

🤖 Generated with Claude Code

The Next framework layer on Vercel intercepts /docs/_next/* before user
rewrites run, so CSS/JS 404'd and pages rendered unstyled. Skip framework
serving entirely: copy the export into .static/docs and serve that.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
quickdraw-app Ready Ready Preview Aug 2, 2026 2:35pm
tryquickdraw Ready Ready Preview Aug 2, 2026 2:35pm
tryquickdraw-docs Ready Ready Preview Aug 2, 2026 2:35pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant